net/http.http2writePing.data (field)

4 uses

	net/http (current package)
		h2_bundle.go#L5043: 		write: &http2writePing{data: sc.sentPingData},
		h2_bundle.go#L10711: 	data [8]byte
		h2_bundle.go#L10715: 	return ctx.Framer().WritePing(false, w.data)
		h2_bundle.go#L10719: 	return http2frameHeaderLen+len(w.data) <= max